Visual Basic (Declaration) | |
---|---|
Public Overloads MustOverride Function Remove( _ ByVal items As IEnumerable(Of MathFunction) _ ) As Boolean |
C# | |
---|---|
public abstract bool Remove( IEnumerable<MathFunction> items ) |
C++/CLI | |
---|---|
public: abstract bool Remove( IEnumerable<MathFunction^>^ items ) |
Parameters
- items
- The math functions to remove.
Return Value
true if it succeeded, otherwise false.Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)